home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / clt156.zip / CBCPP31.BAT < prev    next >
DOS Batch File  |  1993-01-03  |  514b  |  18 lines

  1. @echo off
  2. rem (c) R&D Associates 1992.
  3. rem All Rights Reserved.
  4. rem
  5. rem This builds the Borland C++ 3.1 library. NOTE: it assumes that the compiler
  6. rem was installed to the default directory BORLANDC, and that CLINT was
  7. rem installed to CLINT.
  8. rem
  9. echo WARNING! You must have more than 620K of free memory to run this
  10. echo program. To stop, press CTRL-C.
  11. pause
  12. copy cbcpp31.cln \borlandc\include
  13. cd \borlandc\include
  14. clint cbcpp31 -L cbcpp31 -x -w0
  15. del cbcpp31.cln
  16. copy cbcpp31 \clint
  17. del cbcpp31
  18.